home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / blitz_readmes.lzx / Blitz.I.readme < prev    next >
Text File  |  1984-03-14  |  2KB  |  52 lines

  1. Short:    Blitz Library Investigator
  2. Author:   Curt Esser
  3. Uploader: camge@ix.netcom.com
  4. Version:  1.0
  5. Type:     dev/basic
  6. Requires: Blitz2, ReqTools
  7. Released: Feb 22, 1999
  8.  
  9.  
  10.   Blitz Private Investigator - we'll just call it B.I. from now on ;)
  11.   is simply a little tool that will read through your Blitz libraries
  12.   and give you a listing of the library number and available commands.
  13.  
  14.   What for?  Well, it really is the start of a larger program that
  15.   will read through your tokenized Blitz source code and give you a
  16.   listing of what libraries were used, and how many times each command
  17.   from the library was used.
  18.  
  19.   In order to do that, I first needed to know just exactly what the
  20.   library numbers are (it can vary from system to system) and also what
  21.   commands are in each library.
  22.  
  23.   Anyway, I've gotten this far with it, and several people (including
  24.   myself) have found even this much to be handy, so I'm releasing it
  25.   as-is for now.
  26.  
  27.   FEATURES:
  28.  
  29.   * FREEWARE
  30.   * Runs from WorkBench
  31.   * Multi-selection of the libraries
  32.   * Can read acidlibs, deflibs, and individual library files
  33.   * It also works on fd-converted libraries
  34.   * Output can go to a console window, the printer, or to disk files.
  35.   * Can be used as a SuperTed plugin
  36.   * Source included
  37.  
  38.   REQUIRES:
  39.  
  40.   ReqTools  (It will probably crash otherwise)
  41.  
  42.   KingCON is also recommended, but not required
  43.  
  44.  
  45. I hope you find this useful.
  46.  
  47.  
  48. Visit my website for lots more Blitz stuff!
  49.  
  50. http://www.members.xoom.com/Curt_Esser/
  51.  
  52.